event logging module

Functions to handle the event based logging output

binarycpython.utils.event_logging.event_based_logging_build_event_description_section(event_dict)[source]

Function to create the section for the event log

binarycpython.utils.event_logging.event_based_logging_build_event_description_table(event_dict)[source]

Function to create a table containing the description of the parameters in the event log

binarycpython.utils.event_logging.event_based_logging_build_event_descriptions_rst(event_based_logging_event_dict)[source]

Main function to build the event descriptions rst string

binarycpython.utils.event_logging.event_based_logging_combine_individual_event_files(output_dir, basename, combined_name, check_duplicates_and_all_present=False, remove_individual_files=False)[source]

Function to combine the individual result files

binarycpython.utils.event_logging.event_based_logging_output_parser(self, events_parameters_list_dict, output_dir, output, separator='\t')[source]

Function to handle parsing the events output

binarycpython.utils.event_logging.event_based_logging_parse_description(description_dict)[source]

Function to parse the description_string

binarycpython.utils.event_logging.event_based_logging_parse_values(string_value)[source]

Function to parse values for the source file sampling

binarycpython.utils.event_logging.event_based_logging_split_event_types_to_files(input_file, events_parameters_list_dict, remove_original_file=False)[source]

Function to split the event types to file per event type

binarycpython.utils.event_logging.event_based_logging_write_event_descriptions_to_rst_file(rst_filename)[source]

Function to write the event based logging descriptions to rst file